UndoEngine::GetRequiredService Method (Type^)
.NET Framework (current version)
Gets the requested service.
Assembly: System.Design (in System.Design.dll)
Parameters
- serviceType
-
Type:
System::Type^
The type of service to retrieve.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceType is null. |
| NotSupportedException | serviceType is required but cannot be found. If you have removed this service, ensure that you provide a replacement. |
.NET Framework
Available since 2.0
Available since 2.0
Show: