HttpLayer.ThrowExceptions Property
Gets or sets a flag indicating if exceptions should be thrown when an error occurs.
Syntax
public System.Boolean ThrowExceptions { get; set; }
Property Value
Default: false
True if exceptions should be thrown; otherwise, False.
Remarks
If an error occurs and this property is false, the layer will generate a Runtime.Error event instead.
This property has no effect on OgcWmsLayer.Initialize or OgcWmtsLayer.Initialize; those methods will always throw an exception if initialization fails.
If this property is False, the DisableOnError property will not have any effect. See Dealing with errors for more information.
Platforms
Windows, Linux, Android