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

ConflictingDomainExistsException() public method

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

Same methods

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