Amazon.RDS.Model.StorageTypeNotSupportedException.StorageTypeNotSupportedException C# (CSharp) Method

StorageTypeNotSupportedException() public method

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

Same methods

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