Amazon.Route53.Model.DelegationSetAlreadyCreatedException.DelegationSetAlreadyCreatedException C# (CSharp) 메소드

DelegationSetAlreadyCreatedException() 공개 메소드

Construct instance of DelegationSetAlreadyCreatedException
public DelegationSetAlreadyCreatedException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public DelegationSetAlreadyCreatedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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