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

NoSuchDelegationSetException() public méthode

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

Same methods

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