Show / Hide Table of Contents

Class ConfigurationException

Exception produced by the configuration utils

Inheritance
object
Exception
ConfigurationException
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.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public class ConfigurationException : Exception, ISerializable

Constructors

| Edit this page View Source

ConfigurationException()

Create a new configuration exception with the default error message

Declaration
public ConfigurationException()
| Edit this page View Source

ConfigurationException(string)

Create a new configuration exception with the given message

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

Exception message

| Edit this page View Source

ConfigurationException(string, Exception)

Create a new configuration exception with the given message and containing the given innerException

Declaration
public ConfigurationException(string message, Exception innerException)
Parameters
Type Name Description
string message

Exception 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