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

TooManyVPCAssociationAuthorizationsException() 공개 메소드

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

Same methods

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