Amazon.CloudSearch.Model.BaseException.BaseException C# (CSharp) Метод

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

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

Same methods

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