| FactoryCanRaiseExceptions Property |
Gets or sets a value that indicates if the
Factory is allowed to raise an
exception or not.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static bool CanRaiseExceptions { get; set; }
Public Shared Property CanRaiseExceptions As Boolean
Get
Set
public:
static property bool CanRaiseExceptions {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.Factory.CanRaiseExceptions"]
See Also