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

DelegationSetAlreadyReusableException() public méthode

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

Same methods

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