C# Class Sappworks.Stocks.DeserializeException

Inheritance: System.Exception
Afficher le fichier Open project: bmsapp/sappworks.stocks.public

Méthodes publiques

Méthode Description
DeserializeException ( ) : System
DeserializeException ( string message ) : System
DeserializeException ( string message, Exception inner ) : System
DeserializeException ( string message, string xml, Exception inner ) : System

Méthodes protégées

Méthode Description
DeserializeException ( System info, System context ) : System

Method Details

DeserializeException() public méthode

public DeserializeException ( ) : System
Résultat System

DeserializeException() protected méthode

protected DeserializeException ( System info, System context ) : System
info System
context System
Résultat System

DeserializeException() public méthode

public DeserializeException ( string message ) : System
message string
Résultat System

DeserializeException() public méthode

public DeserializeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

DeserializeException() public méthode

public DeserializeException ( string message, string xml, Exception inner ) : System
message string
xml string
inner System.Exception
Résultat System