UnexpectedDataException Class
The UnexpectedDataException exception is thrown by an extension when unexpected data is encountered.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As UnexpectedDataException
Syntax
'Declaration
Public NotInheritable Class UnexpectedDataException
Inherits ExtensionException
public sealed class UnexpectedDataException : ExtensionException
public ref class UnexpectedDataException sealed : public ExtensionException
public final class UnexpectedDataException extends ExtensionException
public final class UnexpectedDataException extends ExtensionException
Remarks
Depending on the method that throws this exception, the exception can stop a run. For more information, see the documentation for the method that threw this exception.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.MetadirectoryServices.ExtensionException
Microsoft.MetadirectoryServices.UnexpectedDataException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
UnexpectedDataException Members
Microsoft.MetadirectoryServices Namespace
ExtensionException Class