C# Class System.Reflection.TargetInvocationException

Inheritance: System.ApplicationException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
TargetInvocationException ( String message, Exception inner ) : System
TargetInvocationException ( System inner ) : System

Private Methods

Method Description
TargetInvocationException ( ) : System
TargetInvocationException ( SerializationInfo info, StreamingContext context ) : System
TargetInvocationException ( String message ) : System

Method Details

TargetInvocationException() public method

public TargetInvocationException ( String message, Exception inner ) : System
message String
inner System.Exception
return System

TargetInvocationException() public method

public TargetInvocationException ( System inner ) : System
inner System
return System