C# Class System.Reflection.TargetException

Inheritance: ApplicationException
Mostra file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
TargetException ( ) : System
TargetException ( string message ) : System
TargetException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

TargetException() public method

public TargetException ( ) : System
return System

TargetException() protected method

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

TargetException() public method

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

TargetException() public method

public TargetException ( string message, Exception inner ) : System
message string
inner Exception
return System