Table of Contents

Constructor CrudFailedException

Namespace
Skyline.DataMiner.Net.ManagerStore
Assembly
SLNetTypes.dll

CrudFailedException(ErrorData)

Initializes a new instance of the CrudFailedException class.

public CrudFailedException(ErrorData data)

Parameters

data ErrorData

The error data.

CrudFailedException(TraceData)

Initializes a new instance of the CrudFailedException class using the specified trace data.

public CrudFailedException(TraceData data)

Parameters

data TraceData

The trace data.

CrudFailedException(SerializationInfo, StreamingContext)

protected CrudFailedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext