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

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

Construct instance of ServerException
public ServerException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ServerException(Exception innerException) 
            : base(innerException) {}
            

Same methods

ServerException::ServerException ( System info, System context ) : System
ServerException::ServerException ( string message ) : 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