Service.IsPlatformNonRecoverableException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool IsPlatformNonRecoverableException(Exception ^ exp);
public virtual bool IsPlatformNonRecoverableException (Exception exp);
abstract member IsPlatformNonRecoverableException : Exception -> bool
override this.IsPlatformNonRecoverableException : Exception -> bool
Public Overridable Function IsPlatformNonRecoverableException (exp As Exception) As Boolean
Parameters
- exp
- Exception