Aracılığıyla paylaş


XpsSerializationCompletedEventArgs(Boolean, Object, Exception) Oluşturucu

Tanım

XpsSerializationCompletedEventArgs sınıfının yeni bir örneğini başlatır.

public:
 XpsSerializationCompletedEventArgs(bool canceled, System::Object ^ state, Exception ^ exception);
public XpsSerializationCompletedEventArgs (bool canceled, object state, Exception exception);
new System.Windows.Xps.Serialization.XpsSerializationCompletedEventArgs : bool * obj * Exception -> System.Windows.Xps.Serialization.XpsSerializationCompletedEventArgs
Public Sub New (canceled As Boolean, state As Object, exception As Exception)

Parametreler

canceled
Boolean

true serileştirmenin tamamlanmadan önce iptal edilmiş olduğunu belirtmek için; aksi takdirde , false.

state
Object

Olay işleyicisine ek veri sağlayan kullanıcı tarafından sağlanan nesne.

exception
Exception

Varsa, serileştirme işlemini kesintiye uğratır bir özel durum.

Şunlara uygulanır