Amazon.ConfigService.Model.NoSuchConfigurationRecorderException.NoSuchConfigurationRecorderException C# (CSharp) Method

NoSuchConfigurationRecorderException() public method

Construct instance of NoSuchConfigurationRecorderException
public NoSuchConfigurationRecorderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public NoSuchConfigurationRecorderException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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