Class CogniteUtilsException
Exceptions produced by the Cognite utility classes
Implements
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class CogniteUtilsException : Exception, ISerializable
Constructors
| Edit this page View SourceCogniteUtilsException()
Constructor
Declaration
public CogniteUtilsException()
CogniteUtilsException(string)
Create a new Cognite utils exception with the given message
Declaration
public CogniteUtilsException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message |
CogniteUtilsException(string, Exception)
Constructor
Declaration
public CogniteUtilsException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |