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

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

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

Same methods

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