Amazon.Route53.Model.DelegationSetNotReusableException.DelegationSetNotReusableException C# (CSharp) Method

DelegationSetNotReusableException() public method

Construct instance of DelegationSetNotReusableException
public DelegationSetNotReusableException ( Exception innerException ) : System
innerException System.Exception
return System
        public DelegationSetNotReusableException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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