Class CrudFailedException
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
The exception that is thrown when a CRUD operation failed.
[Serializable]
public class CrudFailedException : Exception
- Inheritance
-
CrudFailedException
- Extension Methods
Constructors
- CrudFailedException(ErrorData)
Initializes a new instance of the CrudFailedException class.
- CrudFailedException(TraceData)
Initializes a new instance of the CrudFailedException class using the specified trace data.
Properties
- TraceData
Gets or sets the trace data.
Methods
- GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo with the data needed to serialize the target object.
- ToString()
Returns a string that represents the current object.