ResourceDictionary::BeginInit Method ()
.NET Framework (current version)
Begins the initialization phase for this ResourceDictionary.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | Called BeginInit more than once before EndInit was called. |
Calling this method is an indication that the contents of the ResourceDictionary are about to be loaded. The next step in the process is to call EndInit.
Do not call BeginInit more than once, before calling EndInit. Doing so will raise an exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: