'宣言 Public Overloads Sub LoadCustomizations( _ ByVal stream As Stream, _ ByVal useStrictFieldMatching As Boolean, _ ByRef error As String, _ Optional ByVal customizationsToExclude As CustomizationType _ )
public void LoadCustomizations( Stream stream, bool useStrictFieldMatching, out string error, CustomizationType customizationsToExclude )
この LoadCustomizations のオーバーロードは、指定したカスタマイズ化の文字列が有効な XML 形式ではない場合に例外を発生しません。その代わり、error 出力パラメーターをエラー メッセージに設定します。