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

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

Construct instance of InvalidSortByException
public InvalidSortByException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public InvalidSortByException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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