C# Class RealCrowd.Grip.ValidationException

Inheritance: System.Exception
Datei anzeigen Open project: realcrowd/grip.net

Public Methods

Method Description
ValidationException ( ) : Newtonsoft.Json
ValidationException ( string message ) : Newtonsoft.Json
ValidationException ( string message, System inner ) : Newtonsoft.Json

Method Details

ValidationException() public method

public ValidationException ( ) : Newtonsoft.Json
return Newtonsoft.Json

ValidationException() public method

public ValidationException ( string message ) : Newtonsoft.Json
message string
return Newtonsoft.Json

ValidationException() public method

public ValidationException ( string message, System inner ) : Newtonsoft.Json
message string
inner System
return Newtonsoft.Json