属性没有 Public 构造函数,因此不能使用。
正在使用的属性的构造函数是 Private
,且无法使用。
错误 ID: BC30758
- If you see this error with a custom attribute that you developed, change its
Sub New
constructor's access modifier toPublic
.
正在使用的属性的构造函数是 Private
,且无法使用。
错误 ID: BC30758
Sub New
constructor's access modifier to Public
.