Amazon.CloudSearchDomain.Model.SearchException.SearchException C# (CSharp) Method

SearchException() public method

Constructs a new SearchException with the specified error message.
public SearchException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public SearchException(string message) 
            : base(message) {}
          

Same methods

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