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

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

Constructs a new UnsupportedOptionException with the specified error message.
public UnsupportedOptionException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public UnsupportedOptionException(string message) 
            : base(message) {}
          

Same methods

UnsupportedOptionException::UnsupportedOptionException ( Exception innerException ) : System
UnsupportedOptionException::UnsupportedOptionException ( System info, System context ) : 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