C# Class Cube.XRM.Framework.Core.ExceptionHandler

Class ExceptionHandler.
Afficher le fichier Open project: bkanlica/CubeXrmFramework

Méthodes publiques

Méthode Description
HandleException ( Exception ex ) : string

Handles the exception.

Private Methods

Méthode Description
GetError ( XmlNode errorInfo, string item ) : string

Returns the error code that is contained in SoapException.Detail.

Method Details

HandleException() public static méthode

Handles the exception.
public static HandleException ( Exception ex ) : string
ex System.Exception The ex.
Résultat string