9using System.Collections.Generic;
44 public ObjectSaveException(
string message, Exception innerException) : base(message, innerException) { }
A strongly-typed resource class, for looking up localized strings, etc.
Exception indicating a failure during an object save operation.
ObjectSaveException()
Creates an instance of the object.
ObjectSaveException(string message, Exception innerException)
Creates an instance of the object.
ObjectSaveException(string message)
Creates an instance of the object.
ObjectSaveException(Exception innerException)
Creates an instance of the object.