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

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

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

Same methods

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