Amazon.CloudWatchEvents.Model.InternalException.InternalException C# (CSharp) Метод

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

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

Same methods

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