C# 클래스 System.ServiceModel.WrappedDispatcherException

상속: SystemException
파일 보기 프로젝트 열기: mahasak/dotnet452

공개 메소드들

메소드 설명
WrappedDispatcherException ( ) : System
WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
WrappedDispatcherException ( string message ) : System
WrappedDispatcherException ( string message, Exception inner ) : System

메소드 상세

WrappedDispatcherException() 공개 메소드

public WrappedDispatcherException ( ) : System
리턴 System

WrappedDispatcherException() 공개 메소드

public WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

WrappedDispatcherException() 공개 메소드

public WrappedDispatcherException ( string message ) : System
message string
리턴 System

WrappedDispatcherException() 공개 메소드

public WrappedDispatcherException ( string message, Exception inner ) : System
message string
inner Exception
리턴 System