Amazon.CognitoIdentity.Model.InternalErrorException.InternalErrorException C# (CSharp) Метод

InternalErrorException() публичный Метод

Constructs a new InternalErrorException with the specified error message.
public InternalErrorException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InternalErrorException(string message) 
            : base(message) {}
          

Same methods

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