C# Class Mono.Debugger.SymbolTableException

Inheritance: TargetException
Show file Open project: baulig/debugger

Public Methods

Method Description
SymbolTableException ( string message ) : System

Protected Methods

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

Method Details

SymbolTableException() protected method

protected SymbolTableException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SymbolTableException() public method

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