Class ConnectorException
Inheritance
System.Object
ConnectorException
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class ConnectorException : Exception
Constructors
|
Edit this page
View Source
ConnectorException()
Declaration
public ConnectorException()
|
Edit this page
View Source
ConnectorException(SerializationInfo, StreamingContext)
Declaration
protected ConnectorException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Edit this page
View Source
ConnectorException(String)
Declaration
public ConnectorException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
ConnectorException(String, Exception)
Declaration
public ConnectorException(string message, Exception nested)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
nested |
|