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

ServiceException() public method

Constructs a new ServiceException with the specified error message.
public ServiceException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public ServiceException(string message) 
            : base(message) {}
          

Same methods

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