Class ExceptionSpecificationExtensions
Extension methods that make working with exception specifications easier.
Inherited Members
Namespace: Flame
Assembly: Flame.dll
Syntax
public static class ExceptionSpecificationExtensions
Methods
| Edit this page View SourceGetExceptionSpecification(IMethod)
Gets a method's exception specification.
Declaration
public static ExceptionSpecification GetExceptionSpecification(this IMethod method)
Parameters
| Type | Name | Description |
|---|---|---|
| IMethod | method | The method to examine. |
Returns
| Type | Description |
|---|---|
| ExceptionSpecification | The explicit exception specification encoded in |