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

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

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

Same methods

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