NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SEHException.CanResume

Not yet implemented. Can be resumable.

[Visual Basic]
Overridable Public Function CanResume() As Boolean
[C#]
public virtual bool CanResume();
[C++]
public: virtual bool CanResume();
[JScript]
public function CanResume() : Boolean;

Return Value

Resumable exceptions are not yet implemented, so this method always returns false.

Remarks

CanResume can be resumable, which means a filtered exception handler can correct the problem that caused the exception, and the code will continue from the point that threw the exception.

This method is currently not implemented but exists and will always return false.

See Also

SEHException Class | SEHException Members | System.Runtime.InteropServices Namespace