C# Class OptivAppsec.CheckPassword.ApiException

Inheritance: Exception
Datei anzeigen Open project: optiv/checkpassword-.net

Public Methods

Method Description
ApiException ( ) : System
ApiException ( string message ) : System
ApiException ( string message, Exception ex ) : System

Method Details

ApiException() public method

public ApiException ( ) : System
return System

ApiException() public method

public ApiException ( string message ) : System
message string
return System

ApiException() public method

public ApiException ( string message, Exception ex ) : System
message string
ex Exception
return System