C# Class Python.Test.ExtendedException

Inheritance: System.OverflowException
Show file Open project: fkarb/pythonnet

Public Properties

Property Type Description
extra string

Public Methods

Method Description
ExtendedException ( ) : System
ExtendedException ( string m ) : System
GetExtraInfo ( ) : string

Method Details

ExtendedException() public method

public ExtendedException ( ) : System
return System

ExtendedException() public method

public ExtendedException ( string m ) : System
m string
return System

GetExtraInfo() public method

public GetExtraInfo ( ) : string
return string

Property Details

extra public property

public string extra
return string