C# Class Cilador.Fody.TestMixins.TryCatchFinallyMixin

Inheritance: IEmptyInterface
Show file Open project: rileywhite/Cilador

Public Properties

Property Type Description
FieldSetAfterFinallyBlock bool
FieldSetAfterThrowInTryBlock bool
FieldSetBeforeThrowInTryBlock bool
FieldSetBeforeTryBlock bool
FieldSetInApplicationExceptionCatchBlock bool
FieldSetInExceptionCatchBlock bool
FieldSetInFinallyBlock bool
FieldSetInMyExceptionCatchBlock bool
TypeOfCaughtException System.Type

Public Methods

Method Description
CatchExceptionWithFinallyBlock ( ) : void

Method Details

CatchExceptionWithFinallyBlock() public method

public CatchExceptionWithFinallyBlock ( ) : void
return void

Property Details

FieldSetAfterFinallyBlock public property

public bool FieldSetAfterFinallyBlock
return bool

FieldSetAfterThrowInTryBlock public property

public bool FieldSetAfterThrowInTryBlock
return bool

FieldSetBeforeThrowInTryBlock public property

public bool FieldSetBeforeThrowInTryBlock
return bool

FieldSetBeforeTryBlock public property

public bool FieldSetBeforeTryBlock
return bool

FieldSetInApplicationExceptionCatchBlock public property

public bool FieldSetInApplicationExceptionCatchBlock
return bool

FieldSetInExceptionCatchBlock public property

public bool FieldSetInExceptionCatchBlock
return bool

FieldSetInFinallyBlock public property

public bool FieldSetInFinallyBlock
return bool

FieldSetInMyExceptionCatchBlock public property

public bool FieldSetInMyExceptionCatchBlock
return bool

TypeOfCaughtException public property

public Type,System TypeOfCaughtException
return System.Type