StrictMode.ThreadViolationEventArgs(Violation) 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 StrictMode.ThreadViolationEventArgs class.
public ThreadViolationEventArgs(Android.OS.Strictmode.Violation? v);
new Android.OS.StrictMode.ThreadViolationEventArgs : Android.OS.Strictmode.Violation -> Android.OS.StrictMode.ThreadViolationEventArgs
Parameters
The policy violation.