C# Class VxBadSchemaException, versaplex

Inheritance: VxRequestException
Datei anzeigen Open project: apenwarr/versaplex

Public Methods

Method Description
VxBadSchemaException ( ) : System
VxBadSchemaException ( SerializationInfo si, StreamingContext sc ) : System
VxBadSchemaException ( string msg ) : System
VxBadSchemaException ( string msg, Exception inner ) : System

Method Details

VxBadSchemaException() public method

public VxBadSchemaException ( ) : System
return System

VxBadSchemaException() public method

public VxBadSchemaException ( SerializationInfo si, StreamingContext sc ) : System
si SerializationInfo
sc StreamingContext
return System

VxBadSchemaException() public method

public VxBadSchemaException ( string msg ) : System
msg string
return System

VxBadSchemaException() public method

public VxBadSchemaException ( string msg, Exception inner ) : System
msg string
inner Exception
return System