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