다음을 통해 공유


'NonSerialized' 특성은 포함하는 클래스가 'Serializable'로 노출되지 않기 때문에 이 멤버에 영향을 미치지 않습니다.

업데이트: 2007년 11월

'NonSerialized' attribute will not affect this member because its containing class is not exposed as 'Serializable'

기본적으로 클래스와 그 멤버는 serialize할 수 없습니다. serialize할 수 있는 클래스의 멤버를 serialize하면 안 되는 경우에만 NonSerializedAttribute 특성이 필요합니다.

오류 ID: BC30772

이 오류를 해결하려면

참고 항목

참조

NonSerializedAttribute

SerializableAttribute

기타 리소스

Visual Basic의 특성