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
ErrorDataThe error data.
CrudFailedException(TraceData)
Initializes a new instance of the CrudFailedException class using the specified trace data.
public CrudFailedException(TraceData data)
Parameters
data
TraceDataThe trace data.
CrudFailedException(SerializationInfo, StreamingContext)
protected CrudFailedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext