DocData.HandleLoadDocDataException(String, Exception, Boolean) Yöntem

Tanım

LoadDocData (varsa) sırasında oluşturulan özel durumu işlemek için çağırılır

protected:
 virtual void HandleLoadDocDataException(System::String ^ fileName, Exception ^ exception, bool isReload);
protected virtual void HandleLoadDocDataException (string fileName, Exception exception, bool isReload);
abstract member HandleLoadDocDataException : string * Exception * bool -> unit
override this.HandleLoadDocDataException : string * Exception * bool -> unit
Protected Overridable Sub HandleLoadDocDataException (fileName As String, exception As Exception, isReload As Boolean)

Parametreler

fileName
String

İçin LoadDocData dosya adı çağrıldı.

exception
Exception

Özel durum oluşturuldu.

isReload
Boolean

Yeniden yükleme ise true, aksi takdirde false.

Şunlara uygulanır