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