Amazon.CognitoIdentityProvider.Model.UnexpectedLambdaException.UnexpectedLambdaException C# (CSharp) Метод

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

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

Same methods

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