AllowedTypesSerializationBinder.Verify 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.
Verifies if there are types that are not allowed.
When not allowed, it will throw an InvalidOperationException.
public void Verify ();
member this.Verify : unit -> unit
Public Sub Verify ()
Exceptions
Exception thrown when there are types that are not allowed.