Amazon.CodeCommit.Model.InvalidSortByException.InvalidSortByException C# (CSharp) Метод

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

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

Same methods

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