메소드 | 설명 | |
---|---|---|
ServiceException ( |
Construct instance of ServiceException
|
|
ServiceException ( string message ) : System |
Constructs a new ServiceException with the specified error message.
|
|
ServiceException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of ServiceException
|
|
ServiceException ( string message, |
Construct instance of ServiceException
|
|
ServiceException ( string message, |
Construct instance of ServiceException
|
메소드 | 설명 | |
---|---|---|
ServiceException ( System info, System context ) : System |
Constructs a new instance of the ServiceException class with serialized data.
|
public ServiceException ( |
||
innerException | ||
리턴 | System |
protected ServiceException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
리턴 | System |
public ServiceException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
리턴 | System |
public ServiceException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
리턴 | System |
public ServiceException ( string message, |
||
message | string | |
innerException | ||
리턴 | System |
public ServiceException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
리턴 | System |