Constructor UnknownResourceProviderException
UnknownResourceProviderException(IResourceLocation)
Construct a new UnknownResourceProviderException
선언
public UnknownResourceProviderException(IResourceLocation location)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IResourceLocation | location | The location that caused the exception to be created. |
UnknownResourceProviderException()
Construct a new UnknownResourceProviderException
선언
public UnknownResourceProviderException()
UnknownResourceProviderException(string)
Construct a new UnknownResourceProviderException
선언
public UnknownResourceProviderException(string message)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | message | Message to describe the exception. |
UnknownResourceProviderException(string, Exception)
Construct a new UnknownResourceProviderException
선언
public UnknownResourceProviderException(string message, Exception innerException)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | message | Message to describe the exception. |
Exception | innerException | Inner exception that caused this exception. |
UnknownResourceProviderException(SerializationInfo, StreamingContext)
Construct a new UnknownResourceProviderException
선언
protected UnknownResourceProviderException(SerializationInfo message, StreamingContext context)
파라미터
타입 | 이름 | 설명 |
---|---|---|
SerializationInfo | message | Message to describe the exception. |
StreamingContext | context | Context related to the exception. |