Show / Hide Table of Contents

Class ResourceLoaderAmbiguousPathException

Exception thrown when a partial resource path matches more than one resource in the target assembly.

Inheritance
Object
Exception
ResourceLoaderPathException
ResourceLoaderAmbiguousPathException
Implements
ISerializable
Inherited Members
ResourceLoaderPathException.ResourceLocation
ResourceLoaderPathException.ResourcePath
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Firefly.EmbeddedResourceLoader.Exceptions
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
[Serializable]
public class ResourceLoaderAmbiguousPathException : ResourceLoaderPathException, ISerializable

Constructors

| Improve this Doc View Source

ResourceLoaderAmbiguousPathException()

Initializes a new instance of the ResourceLoaderAmbiguousPathException class.

Declaration
public ResourceLoaderAmbiguousPathException()
| Improve this Doc View Source

ResourceLoaderAmbiguousPathException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceLoaderAmbiguousPathException class.

Declaration
protected ResourceLoaderAmbiguousPathException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The info.

StreamingContext context

The context.

| Improve this Doc View Source

ResourceLoaderAmbiguousPathException(String)

Initializes a new instance of the ResourceLoaderAmbiguousPathException class.

Declaration
public ResourceLoaderAmbiguousPathException(string message)
Parameters
Type Name Description
String message

The message.

| Improve this Doc View Source

ResourceLoaderAmbiguousPathException(String, Exception)

Initializes a new instance of the ResourceLoaderAmbiguousPathException class.

Declaration
public ResourceLoaderAmbiguousPathException(string message, Exception inner)
Parameters
Type Name Description
String message

The message.

Exception inner

The inner.

| Improve this Doc View Source

ResourceLoaderAmbiguousPathException(String, Assembly)

Initializes a new instance of the ResourceLoaderAmbiguousPathException class.

Declaration
public ResourceLoaderAmbiguousPathException(string resourcePath, Assembly containingAssembly)
Parameters
Type Name Description
String resourcePath

The resource path.

Assembly containingAssembly

The containing assembly.

Properties

| Improve this Doc View Source

Message

Gets a message that describes the current exception.

Declaration
public override string Message { get; }
Property Value
Type Description
String

The error message that explains the reason for the exception, or an empty string("").

Overrides
Exception.Message

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX