Constructor ProviderException
ProviderException(string, IResourceLocation, Exception)
Creates a new instance of ProviderException.
선언
public ProviderException(string message, IResourceLocation location = null, Exception innerException = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | message | A message describing the error. |
IResourceLocation | location | The resource location that the operation was trying to provide. |
Exception | innerException | The exception that caused the error, if any. |