StrictMode.ThreadViolationEventArgs Class

Definition

Provides data for the corresponding Android event.

public class StrictMode.ThreadViolationEventArgs : EventArgs
type StrictMode.ThreadViolationEventArgs = class
    inherit EventArgs
Inheritance
StrictMode.ThreadViolationEventArgs

Constructors

Name Description
StrictMode.ThreadViolationEventArgs(Violation)

Initializes a new instance of the StrictMode.ThreadViolationEventArgs class.

Properties

Name Description
V

Gets the V value.

Applies to