Amazon.Redshift.Model.UnsupportedOptionException.UnsupportedOptionException C# (CSharp) Метод

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

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

Same methods

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 ) : System
UnsupportedOptionException::UnsupportedOptionException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnsupportedOptionException