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

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

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

Same methods

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