Amazon.ECR.Model.ServerException.ServerException C# (CSharp) Метод

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

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

Same methods

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