Show / Hide Table of Contents

Class CogniteErrorException

Exception triggered by a CogniteError

Inheritance
object
Exception
CogniteErrorException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class CogniteErrorException : Exception, ISerializable

Constructors

| Edit this page View Source

CogniteErrorException()

Constructor

Declaration
public CogniteErrorException()
| Edit this page View Source

CogniteErrorException(CogniteError)

Constructor taking a CogniteError

Declaration
public CogniteErrorException(CogniteError err)
Parameters
Type Name Description
CogniteError err
| Edit this page View Source

CogniteErrorException(string)

Constructor taking a message

Declaration
public CogniteErrorException(string message)
Parameters
Type Name Description
string message

String message

| Edit this page View Source

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

Implements

ISerializable

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX