Amazon.ElastiCache.Model.SubnetInUseException.SubnetInUseException C# (CSharp) Méthode

SubnetInUseException() public méthode

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

Same methods

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