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