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