C5.NotComparableException.NotComparableException C# (CSharp) Method

NotComparableException() public method

Create a simple exception with no further explanation.
public NotComparableException ( ) : System
return System
        public NotComparableException()
            : base()
        {
        }

Same methods

NotComparableException::NotComparableException ( string message ) : System
NotComparableException