Constructor UnknownResourceProviderException
UnknownResourceProviderException(IResourceLocation)
Construct a new UnknownResourceProviderException
Declaration
public UnknownResourceProviderException(IResourceLocation location)
Parameters
| Type | Name | Description | 
|---|---|---|
| IResourceLocation | location | The location that caused the exception to be created.  | 
    
UnknownResourceProviderException()
Construct a new UnknownResourceProviderException
Declaration
public UnknownResourceProviderException()
UnknownResourceProviderException(string)
Construct a new UnknownResourceProviderException
Declaration
public UnknownResourceProviderException(string message)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | Message to describe the exception.  | 
    
UnknownResourceProviderException(string, Exception)
Construct a new UnknownResourceProviderException
Declaration
public UnknownResourceProviderException(string message, Exception innerException)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | Message to describe the exception.  | 
    
| Exception | innerException | Inner exception that caused this exception.  | 
    
UnknownResourceProviderException(SerializationInfo, StreamingContext)
Construct a new UnknownResourceProviderException
Declaration
protected UnknownResourceProviderException(SerializationInfo message, StreamingContext context)
Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | message | Message to describe the exception.  | 
    
| StreamingContext | context | Context related to the exception.  |