C# Class Zetbox.Server.Helper

Server Helper
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
ThrowFaultException ( Exception ex ) : void

Handles an Error

Method Details

ThrowFaultException() public static méthode

Handles an Error
public static ThrowFaultException ( Exception ex ) : void
ex System.Exception Exception to handle
Résultat void