Amazon.CloudWatchEvents.Model.InternalException.InternalException C# (CSharp) Метод

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

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

Same methods

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