Microsoft.Cci.CodeModelToILConverter.GetOperationExceptionInformation C# (CSharp) Method

GetOperationExceptionInformation() public method

Returns zero or more exception exception information blocks (information about handlers, filters and finally blocks) that correspond to try-catch-finally constructs that appear in the statements that have been converted to IL by this converter.
public GetOperationExceptionInformation ( ) : IEnumerable
return IEnumerable
    public IEnumerable<IOperationExceptionInformation> GetOperationExceptionInformation() {
      return this.generator.GetOperationExceptionInformation();
    }