MapperException
Namespace: Meshmakers.Octo.Communication.Contracts
Signals errors that occur during mapping operations.
public class MapperException : Exception, ISerializable
Inheritance Object → Exception → MapperException
Implements ISerializable
Properties
TargetSite
public MethodBase TargetSite { get; }
Property Value
Message
public string Message { get; }
Property Value
Data
public IDictionary Data { get; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
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()