XpsSerializationCompletedEventArgs(Boolean, Object, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XpsSerializationCompletedEventArgs class.
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)
Parameters
- canceled
- Boolean
true
to indicate that the serialization was canceled before completion; otherwise, false
.
- state
- Object
A user-supplied object that provides additional data to the event handler.
- exception
- Exception
An exception, if any, that interrupted the serialization operation.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.