Method | Description | |
---|---|---|
Catch ( this pParent, string pCondition ) : ICodeBlock | ||
Finally ( this pParent ) : ICodeBlock | ||
Try ( this pParent ) : ICodeBlock |
public static Catch ( this pParent, string pCondition ) : ICodeBlock | ||
pParent | this | |
pCondition | string | |
return | ICodeBlock |
public static Finally ( this pParent ) : ICodeBlock | ||
pParent | this | |
return | ICodeBlock |
public static Try ( this pParent ) : ICodeBlock | ||
pParent | this | |
return | ICodeBlock |