Amazon.Route53.Model.NoSuchChangeException.NoSuchChangeException C# (CSharp) Méthode

NoSuchChangeException() public méthode

Construct instance of NoSuchChangeException
public NoSuchChangeException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public NoSuchChangeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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