Amazon.ApplicationDiscoveryService.Model.ServerInternalErrorException.ServerInternalErrorException C# (CSharp) 메소드

ServerInternalErrorException() 공개 메소드

Construct instance of ServerInternalErrorException
public ServerInternalErrorException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public ServerInternalErrorException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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