C# Класс C5.NotComparableException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NotComparableException ( ) : System

Create a simple exception with no further explanation.

NotComparableException ( string message ) : System

Create the exception with an explanation of the reason.

Описание методов

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

Create a simple exception with no further explanation.
public NotComparableException ( ) : System
Результат System

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

Create the exception with an explanation of the reason.
public NotComparableException ( string message ) : System
message string
Результат System