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

InvalidNonceException() public method

Constructs a new InvalidNonceException with the specified error message.
public InvalidNonceException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidNonceException(string message) 
            : base(message) {}
          

Same methods

InvalidNonceException::InvalidNonceException ( Exception innerException ) : System
InvalidNonceException::InvalidNonceException ( System info, System context ) : 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