Silent - If the value is set to Silent, the exceptions are captured, their message set to ErrorString property.
Throw - If the value is set to Throw, the exceptions are re-thrown.
| C# | |
|---|---|
public ExceptionModes ExceptionMode {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0