Amazon.CodePipeline.Model.InvalidNonceException.InvalidNonceException C# (CSharp) Method

InvalidNonceException() public method

Construct instance of InvalidNonceException
public InvalidNonceException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidNonceException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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