4 references to Name
DesignSurfaceExt (4)
DesignSurfaceExt.cs (4)
154
throw new InvalidOperationException($"{
Name
}::CreateRootComponent() - Exception: (see Inner Exception)", ex);
190
throw new InvalidOperationException($"{
Name
}::CreateControl() - Exception: (see Inner Exception)", ex);
225
throw new InvalidOperationException($"{
Name
}::{nameof(CreateComponent)} - Exception: (see Inner Exception)", ex);
384
throw new InvalidOperationException($"{
Name
}::DoAction() - Exception: error in performing the action: {command}(see Inner Exception)", ex);