Amazon.CloudFront.Model.CNAMEAlreadyExistsException.CNAMEAlreadyExistsException C# (CSharp) Метод

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

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

Same methods

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