Class ConnectionFailedException
Inheritance
System.Object
ConnectionFailedException
Namespace: MAT.Atlas.Automation.Client
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public class ConnectionFailedException : Exception
Constructors
ConnectionFailedException()
Declaration
public ConnectionFailedException()
ConnectionFailedException(String)
Declaration
public ConnectionFailedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
ConnectionFailedException(String, Exception)
Declaration
public ConnectionFailedException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | inner |