Class CogniteErrorException
Exception triggered by a CogniteError
Implements
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class CogniteErrorException : Exception, ISerializable
Constructors
| Edit this page View SourceCogniteErrorException()
Constructor
Declaration
public CogniteErrorException()
CogniteErrorException(CogniteError)
Constructor taking a CogniteError
Declaration
public CogniteErrorException(CogniteError err)
Parameters
Type | Name | Description |
---|---|---|
CogniteError | err |
CogniteErrorException(string)
Constructor taking a message
Declaration
public CogniteErrorException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | String message |
CogniteErrorException(string, Exception?)
Constructor taking a message and inner exception
Declaration
public CogniteErrorException(string message, Exception? innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | String message |
Exception | innerException | Inner exception |