PickExceptionStep.ExceptionType Property
Gets the exception type Property to be configured as part of this step.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ExceptionType As Property
public Property ExceptionType { get; }
public:
property Property^ ExceptionType {
Property^ get ();
}
public function get ExceptionType () : Property
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace