C# 클래스 CSKernelClient.KernelException

상속: System.Exception
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
KernelException ( ) : System
KernelException ( String module, String message ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
KernelException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

KernelException() 공개 메소드

public KernelException ( ) : System
리턴 System

KernelException() 보호된 메소드

protected KernelException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

KernelException() 공개 메소드

public KernelException ( String module, String message ) : System
module String
message String
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string