Amazon.SimpleWorkflow.Model.DefaultUndefinedException.DefaultUndefinedException C# (CSharp) Метод

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

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

Same methods

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