Amazon.CloudFormation.Model.ChangeSetNotFoundException.ChangeSetNotFoundException C# (CSharp) Метод

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

Constructs a new ChangeSetNotFoundException with the specified error message.
public ChangeSetNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ChangeSetNotFoundException(string message) 
            : base(message) {}
          

Same methods

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