Amazon.DirectoryService.Model.ServiceException.ServiceException C# (CSharp) Method

ServiceException() public method

Construct instance of ServiceException
public ServiceException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public ServiceException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

ServiceException::ServiceException ( Exception innerException ) : System
ServiceException::ServiceException ( System info, System context ) : System
ServiceException::ServiceException ( string message ) : System
ServiceException::ServiceException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ServiceException::ServiceException ( string message, Exception innerException ) : System
ServiceException