Amazon.ConfigService.Model.InvalidConfigurationRecorderNameException.InvalidConfigurationRecorderNameException C# (CSharp) Метод

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

Construct instance of InvalidConfigurationRecorderNameException
public InvalidConfigurationRecorderNameException ( 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 InvalidConfigurationRecorderNameException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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