PrintDocumentAdapter.WriteResultCallback.OnWriteFailed Method
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.
Overloads
OnWriteFailed(ICharSequence) |
Notifies that an error occurred while writing the data. |
OnWriteFailed(String) |
Notifies that an error occurred while writing the data. |
OnWriteFailed(ICharSequence)
Notifies that an error occurred while writing the data.
[Android.Runtime.Register("onWriteFailed", "(Ljava/lang/CharSequence;)V", "GetOnWriteFailed_Ljava_lang_CharSequence_Handler")]
public virtual void OnWriteFailed (Java.Lang.ICharSequence? error);
[<Android.Runtime.Register("onWriteFailed", "(Ljava/lang/CharSequence;)V", "GetOnWriteFailed_Ljava_lang_CharSequence_Handler")>]
abstract member OnWriteFailed : Java.Lang.ICharSequence -> unit
override this.OnWriteFailed : Java.Lang.ICharSequence -> unit
Parameters
- error
- ICharSequence
The <strong>localized</strong> error message.
shown to the user. May be null
if error is unknown.
- Attributes
Remarks
Notifies that an error occurred while writing the data.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
OnWriteFailed(String)
Notifies that an error occurred while writing the data.
public void OnWriteFailed (string? error);
member this.OnWriteFailed : string -> unit
Parameters
- error
- String
The <strong>localized</strong> error message.
shown to the user. May be null
if error is unknown.
Remarks
Notifies that an error occurred while writing the data.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.