Amazon.Route53.Model.DelegationSetNotAvailableException.DelegationSetNotAvailableException C# (CSharp) Метод

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

Construct instance of DelegationSetNotAvailableException
public DelegationSetNotAvailableException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public DelegationSetNotAvailableException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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