C# Class Varbsorb.VarbsorberException

Inheritance: Exception
显示文件 Open project: acidbubbles/vam-varbsorb

Public Methods

Method Description
VarbsorberException ( ) : System
VarbsorberException ( string message ) : System
VarbsorberException ( string message, Exception innerException ) : System

Protected Methods

Method Description
VarbsorberException ( SerializationInfo info, StreamingContext context ) : System

Method Details

VarbsorberException() public method

public VarbsorberException ( ) : System
return System

VarbsorberException() protected method

protected VarbsorberException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

VarbsorberException() public method

public VarbsorberException ( string message ) : System
message string
return System

VarbsorberException() public method

public VarbsorberException ( string message, Exception innerException ) : System
message string
innerException Exception
return System