Table of Contents

Property ThrowExceptionsOnErrorData

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

ThrowExceptionsOnErrorData

Gets or sets a value indicating whether the CRUD methods will throw CrudFailedException exceptions.

public bool ThrowExceptionsOnErrorData { get; set; }

Property Value

bool

true if the CRUD methods will throw CrudFailedException exceptions; otherwise, false.

Remarks

Default: true.