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