An exception thrown indicating a platform error. Unlike PlatformOriginalException, this exception doesn't preserve the platform stack. This exception is mainly used by foundation classes as a way to report a platform failure, without exposing the engine internals.
Parent Class
See Also
Type | Name | Signature |
---|---|---|
constructor | HostingPlatformException | public HostingPlatformException(string) |
public HostingPlatformException(string msg)
Create an instance of HostingPlatformException with specified message. Mainly reserved for system use.
Parameters