Class CogniteException
- Namespace
- Cognite.Simulator.Extensions
- Assembly
- Cognite.Simulator.Extensions.dll
Represent errors related to read/write data in CDF
public class CogniteException : Exception, ISerializable
- Inheritance
-
CogniteException
- Implements
- Derived
- Inherited Members
Constructors
CogniteException(string, IEnumerable<CogniteError>)
Create a new exception containing the provided errors
and message
protected CogniteException(string message, IEnumerable<CogniteError> errors)
Parameters
message
stringerrors
IEnumerable<CogniteError>
Properties
CogniteErrors
Errors that triggered this exception
public IEnumerable<CogniteError> CogniteErrors { get; }
Property Value
- IEnumerable<CogniteError>