C# Class Telerik.JustDecompiler.Decompiler.LogicFlow.Exceptions.ExceptionHandlingLogicalConstruct

Inheritance: LogicalConstructBase
显示文件 Open project: codemerx/CodemerxDecompile Class Usage Examples

Protected Methods

Method Description
ExceptionHandlingLogicalConstruct ( ) : System
ExceptionHandlingLogicalConstruct ( BlockLogicalConstruct try ) : System
InitiExceptionHandlingLogicalConstruct ( BlockLogicalConstruct try ) : void

Method Details

ExceptionHandlingLogicalConstruct() protected method

protected ExceptionHandlingLogicalConstruct ( ) : System
return System

ExceptionHandlingLogicalConstruct() protected method

protected ExceptionHandlingLogicalConstruct ( BlockLogicalConstruct try ) : System
try BlockLogicalConstruct
return System

InitiExceptionHandlingLogicalConstruct() protected method

protected InitiExceptionHandlingLogicalConstruct ( BlockLogicalConstruct try ) : void
try BlockLogicalConstruct
return void