C# 클래스 VxBadSchemaException, versaplex

상속: VxRequestException
파일 보기 프로젝트 열기: apenwarr/versaplex

공개 메소드들

메소드 설명
VxBadSchemaException ( ) : System
VxBadSchemaException ( SerializationInfo si, StreamingContext sc ) : System
VxBadSchemaException ( string msg ) : System
VxBadSchemaException ( string msg, Exception inner ) : System

메소드 상세

VxBadSchemaException() 공개 메소드

public VxBadSchemaException ( ) : System
리턴 System

VxBadSchemaException() 공개 메소드

public VxBadSchemaException ( SerializationInfo si, StreamingContext sc ) : System
si SerializationInfo
sc StreamingContext
리턴 System

VxBadSchemaException() 공개 메소드

public VxBadSchemaException ( string msg ) : System
msg string
리턴 System

VxBadSchemaException() 공개 메소드

public VxBadSchemaException ( string msg, Exception inner ) : System
msg string
inner Exception
리턴 System