C# Class Mueller.Wddx.WddxException

Inheritance: System.ApplicationException
Exibir arquivo Open project: Bilal-S/WDDX.net

Public Methods

Method Description
WddxException ( ) : System
WddxException ( string message ) : System
WddxException ( string message, Exception inner ) : System

Method Details

WddxException() public method

public WddxException ( ) : System
return System

WddxException() public method

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

WddxException() public method

public WddxException ( string message, Exception inner ) : System
message string
inner System.Exception
return System