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

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

Construct instance of SNSInvalidTopicException
public SNSInvalidTopicException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public SNSInvalidTopicException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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