Message in Japanese (日本語)

型 <var>Type Name</var> のメンバ <var>Member</var> をシリアル化できません。この例外は一般に、NULL 値が許可されていない場所で NULL を使用しようとしたときに発生します。'<var>Member</var>' メンバは既定値に設定されています (通常は NULL または 0)。このメンバの EmitDefault 設定は 'False' であり、これはこのメンバをシリアル化してはいけないことを示しますが、このメンバの IsRequired 設定は 'True' であり、これはこのメンバをシリアル化する必要があることを示します。この競合は解決できません。'<var>Member</var>' を既定値以外の値に設定してください。または、DataMemberAttribute 属性の EmitDefaultValue プロパティを True に変更するか、IsRequired プロパティを False に変更するという方法でも対処できます。

Unlocalized message

Member <var>Member</var> in type <var>Type Name</var> cannot be serialized. This exception is usually caused by trying to use a null value where a null value is not allowed. The '<var>Member</var>' member is set to its default value (usually null or zero). The member's EmitDefault setting is 'false', indicating that the member should not be serialized. However, the member's IsRequired setting is 'true', indicating that it must be serialized. This conflict cannot be resolved. Consider setting '<var>Member</var>' to a non-default value. Alternatively, you can change the EmitDefaultValue property on the DataMemberAttribute attribute to true, or changing the IsRequired property to false.

Search by Google
Available localized messages
Arabic (العربية) Chinese (Simplified) (中文(简体)) Chinese (Traditional) (中文(繁體)) Hebrew (עברית) Hungarian (magyar) Italian (Italiano) Korean (한국어) Norwegian (Bokmal) (Norsk (Bokmål)) Prior (Message) Czech (Čeština) Danish (Dansk) Dutch (Nederlands) Finnish (suomi) French (Français) German (Deutsch) Greek (Ελληνικά) Turkish (Türkçe) Chinese (Simplified) (中文(简体)) Next (Message) Polish (Polski) Portuguese (Brazil) (Português (Brasil)) Russian (Русский) Spanish (Español) Swedish (Svenska) Chinese (Traditional) (中文(繁體))