WsusInvalidServerException Class
Applies To: Windows Server Update Services
This exception should be thrown when AdminProxy.GetUpdateServer is called for a server that is not valid.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.UpdateServices.Administration.WsusInvalidServerException
Syntax
[SerializableAttribute]
public class WsusInvalidServerException : Exception
[SerializableAttribute]
public ref class WsusInvalidServerException : Exception
[<SerializableAttribute>]
type WsusInvalidServerException =
class
inherit Exception
end
<SerializableAttribute>
Public Class WsusInvalidServerException
Inherits Exception
Constructors
Name | Description | |
---|---|---|
WsusInvalidServerException() | Initializes a new instance of the WsusInvalidServerException class. |
|
WsusInvalidServerException(SerializationInfo, StreamingContext) | Initializes a new instance of the WsusInvalidServerException class with serialization information. |
|
WsusInvalidServerException(String) | Initializes a new instance of the WsusInvalidServerException class with the specified error message. |
|
WsusInvalidServerException(String, Exception) | Initializes a new instance of the WsusInvalidServerException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Exception.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
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.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top