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

Class ExceptionHandler.
Exibir arquivo Open project: bkanlica/CubeXrmFramework

Public Methods

Method Description
HandleException ( Exception ex ) : string

Handles the exception.

Private Methods

Method Description
GetError ( XmlNode errorInfo, string item ) : string

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

Method Details

HandleException() public static method

Handles the exception.
public static HandleException ( Exception ex ) : string
ex System.Exception The ex.
return string