Table of Contents

Class CStructPathException

Namespace
CStructSharp.Diagnostics
Assembly
CStructSharp.dll

Represents an invalid or unresolvable public CStruct path.

public sealed class CStructPathException : CStructException, ISerializable
Inheritance
CStructPathException
Implements
Inherited Members

Constructors

CStructPathException()

Creates an empty path error for serializers and general exception tooling.

public CStructPathException()

CStructPathException(string)

Creates a path error with a caller-facing diagnostic.

public CStructPathException(string message)

Parameters

message string

The diagnostic describing the invalid or unresolved path.

CStructPathException(string, Exception)

Creates a path error while preserving the lower-level failure.

public CStructPathException(string message, Exception innerException)

Parameters

message string

The diagnostic describing the invalid or unresolved path.

innerException Exception

The lower-level failure encountered while parsing or resolving the path.