C# 클래스 NSoft.NFramework.Collections.C5.NotComparableException

An exception thrown by an operation that need to construct a natural comparer for a type.
상속: System.Exception
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
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