C# Class Sappworks.Stocks.DeserializeException

Inheritance: System.Exception
Datei anzeigen Open project: bmsapp/sappworks.stocks.public

Public Methods

Method Description
DeserializeException ( ) : System
DeserializeException ( string message ) : System
DeserializeException ( string message, Exception inner ) : System
DeserializeException ( string message, string xml, Exception inner ) : System

Protected Methods

Method Description
DeserializeException ( System info, System context ) : System

Method Details

DeserializeException() public method

public DeserializeException ( ) : System
return System

DeserializeException() protected method

protected DeserializeException ( System info, System context ) : System
info System
context System
return System

DeserializeException() public method

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

DeserializeException() public method

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

DeserializeException() public method

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