Amazon.StepFunctions.Model.InvalidOutputException.InvalidOutputException C# (CSharp) Метод

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

Construct instance of InvalidOutputException
public InvalidOutputException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidOutputException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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