C# Class bigloo.bexception

Inheritance: System.ApplicationException
显示文件 Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
tag Object
value Object

Public Methods

Method Description
bexception ( Object tag, Object value ) : System

Method Details

bexception() public method

public bexception ( Object tag, Object value ) : System
tag Object
value Object
return System

Property Details

tag public_oe property

public Object tag
return Object

value public_oe property

public Object value
return Object