Class PlatformNotSupportedException
Inheritance
object
PlatformNotSupportedException
Namespace: i5.Toolkit.Core.Utilities.Exceptions
Assembly: cs.temp.dll.dll
Syntax
public class PlatformNotSupportedException : Exception
Constructors
PlatformNotSupportedException()
Declaration
public PlatformNotSupportedException()
PlatformNotSupportedException(string, Exception)
Declaration
public PlatformNotSupportedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |
PlatformNotSupportedException(string)
Declaration
public PlatformNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |