Constructor NotComparableException
NotComparableException()
Create a simple exception with no further explanation.
Declaration
public NotComparableException()
NotComparableException(String)
Create the exception with an explanation of the reason.
Declaration
public NotComparableException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
NotComparableException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public NotComparableException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |