C# Class Mono.Debugger.TargetException

Inheritance: System.Exception, ISerializable
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Type TargetError

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TargetException ( TargetError type ) : System
TargetException ( TargetError type, string message ) : System

Protected Methods

Method Description
GetMessage ( TargetError type ) : string
TargetException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetMessage() protected static method

protected static GetMessage ( TargetError type ) : string
type TargetError
return string

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

TargetException() protected method

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

TargetException() public method

public TargetException ( TargetError type ) : System
type TargetError
return System

TargetException() public method

public TargetException ( TargetError type, string message ) : System
type TargetError
message string
return System

Property Details

Type public property

public TargetError Type
return TargetError