C# 클래스 pt.sapo.gis.trace.ExceptionEntry

상속: Entry
파일 보기 프로젝트 열기: sapo/sapo-services-sdk

공개 프로퍼티들

프로퍼티 타입 설명
EXCEPTION_PROPERTY String

공개 메소드들

메소드 설명
ExceptionEntry ( ) : System
ExceptionEntry ( String description, severityType severity, Exception exception ) : System
ExceptionEntry ( String description, severityType severity, Object>.IDictionary properties, Exception exception ) : System

메소드 상세

ExceptionEntry() 공개 메소드

public ExceptionEntry ( ) : System
리턴 System

ExceptionEntry() 공개 메소드

public ExceptionEntry ( String description, severityType severity, Exception exception ) : System
description String
severity severityType
exception System.Exception
리턴 System

ExceptionEntry() 공개 메소드

public ExceptionEntry ( String description, severityType severity, Object>.IDictionary properties, Exception exception ) : System
description String
severity severityType
properties Object>.IDictionary
exception System.Exception
리턴 System

프로퍼티 상세

EXCEPTION_PROPERTY 공개적으로 정적으로 프로퍼티

public static String EXCEPTION_PROPERTY
리턴 String