C# 클래스 Cube.XRM.Framework.Core.ExceptionHandler

Class ExceptionHandler.
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework

공개 메소드들

메소드 설명
HandleException ( Exception ex ) : string

Handles the exception.

비공개 메소드들

메소드 설명
GetError ( XmlNode errorInfo, string item ) : string

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

메소드 상세

HandleException() 공개 정적인 메소드

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