Skip to main content

MapperException

Namespace: Meshmakers.Octo.Communication.Contracts

Signals errors that occur during mapping operations.

public class MapperException : Exception, ISerializable

Inheritance ObjectExceptionMapperException
Implements ISerializable

Properties

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Message

public string Message { get; }

Property Value

String

Data

public IDictionary Data { get; }

Property Value

IDictionary

InnerException

public Exception InnerException { get; }

Property Value

Exception

public string HelpLink { get; set; }

Property Value

String

Source

public string Source { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

StackTrace

public string StackTrace { get; }

Property Value

String

Constructors

MapperException()

Initializes a new instance of the MapperException class.

public MapperException()

MapperException(String)

Initializes a new instance of the MapperException class with a specified error message.

public MapperException(string message)

Parameters

message String
The message that describes the error.

MapperException(String, Exception)

Initializes a new instance of the MapperException class with a specified error message.

public MapperException(string message, Exception inner)

Parameters

message String
The error message that explains the reason for the exception.

inner Exception
Inner exception

Methods

CkTypeIdNotSet()

internal static Exception CkTypeIdNotSet()

Returns

Exception