Class Catch
Inheritance
System.Object
Catch
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public abstract class Catch : Object
Properties
ExceptionType
Declaration
public abstract Type ExceptionType { get; }
Property Value
System.Type
|