Class _ExceptionRegionInfo
Inheritance
System.Object
_ExceptionRegionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.IL2CPU
Assembly: Cosmos.IL2CPU.dll
Syntax
public class _ExceptionRegionInfo
Constructors
| Improve this Doc View Source_ExceptionRegionInfo(ExceptionHandlingClause)
Declaration
public _ExceptionRegionInfo(ExceptionHandlingClause aExceptionClause)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.ExceptionHandlingClause | aExceptionClause |
Properties
| Improve this Doc View SourceCatchType
Declaration
public Type CatchType { get; }
Property Value
Type | Description |
---|---|
System.Type |
ExceptionClause
Declaration
public ExceptionHandlingClause ExceptionClause { get; }
Property Value
Type | Description |
---|---|
System.Reflection.ExceptionHandlingClause |
FilterOffset
Declaration
public int FilterOffset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
HandlerLength
Declaration
public int HandlerLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
HandlerOffset
Declaration
public int HandlerOffset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Kind
Declaration
public ExceptionRegionKind Kind { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Metadata.ExceptionRegionKind |
TryLength
Declaration
public int TryLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TryOffset
Declaration
public int TryOffset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |