Amazon.Redshift.Model.UnsupportedOptionException.UnsupportedOptionException C# (CSharp) Method

UnsupportedOptionException() public method

Construct instance of UnsupportedOptionException
public UnsupportedOptionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public UnsupportedOptionException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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