次の方法で共有


Sys.Res クラス

更新 : 2007 年 11 月

Microsoft AJAX Library フレームワークによって使用される、静的でカルチャ ニュートラルな例外メッセージを提供します。 

Bb397705.alert_note(ja-jp,VS.90).gifメモ :

この型は .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間 :Sys

継承 : なし

var resVar = Sys.Res.actualValue;

解説

プロパティ

文字列値

actualValue

"Actual value was {0}." (実際の値は {0} です。)

appLoadTimedout

"The application failed to load within the specified time out period." (アプリケーションは指定されたタイムアウト時間内に読み込むことができませんでした。)

argument

"Value does not fall within the expected range." (値が有効な範囲にありません。)

argumentNull

"Value cannot be null." (値を null にすることはできません。)

argumentOutOfRange

"Specified argument was out of the range of valid values." (指定された引数は、有効な値の範囲内にありません。)

argumentType

"Object cannot be converted to the required type." (オブジェクトは要求された型に変換できません。)

argumentTypeWithTypes

"Object of type '{0}' cannot be converted to type '{1}'." (型 '{0}' のオブジェクトを型 '{1}' に変換できません。)

argumentUndefined

"Value cannot be undefined." (値を未定義にすることはできません。)

assertFailed

"Assertion Failed: {0}" (アサーションに失敗しました: {0})

assertFailedCaller

"Assertion Failed: {0}\r\nat {1}" (アサーションに失敗しました: {1} の\r\n{0})

badBaseUrl1

"Base URL does not contain ://." (基本 URL に // がありません。)

badBaseUrl2

"Base URL does not contain another /." (基本 URL にもう 1 つの / が含まれていません。)

badBaseUrl3

"Cannot find last / in base URL." (基本 URL に最後の / が見つかりません。)

breakIntoDebugger

"{0}\r\n\r\nBreak into debugger?" ({0}\r\n\r\nデバッガを中断しますか?)

cannotAbortBeforeStart

"Cannot abort when executor has not started." (実行元が起動していないときは中止できません。)

cannotCallBeforeResponse

"Cannot call {0} when responseAvailable is false." (responseAvailable が false のときは {0} を呼び出せません。)

cannotCallOnceStarted

"Cannot call {0} once started." (起動後に {0} は呼び出せません。)

cannotCallOutsideHandler

"Cannot call {0} outside of a completed event handler." (完了したイベント ハンドラ外の {0} は呼び出せません。)

cannotDeserializeEmptyString

"Cannot deserialize empty string." (空の文字列は逆シリアル化できません。)

cannotSerializeNonFiniteNumbers

"Cannot serialize non-finite numbers." (非有限数はシリアル化できません。)

controlCantSetId

"The id property can't be set on a control." (id プロパティはコントロールに設定できません。)

enumInvalidValue

"'{0}' is not a valid value for enum {1}." ('{0}' は列挙型 {1} の有効な値ではありません。)

eventHandlerInvalid

"Handler was not added through the Sys.UI.DomEvent.addHandler method." (ハンドラが Sys.UI.DomEvent.addHandler メソッドから追加されませんでした。)

format

"One of the identified items was in an invalid format." (識別された項目のうち 1 つが無効な形式です。)

formatBadDate

"The string was not recognized as a valid Date." (文字列が有効な Date と認識されませんでした。)

formatBadFormatSpecifier

"Format specifier was invalid." (形式指定子が無効です。)

formatInvalidString

"Input string was not in a correct format." (入力文字列の形式が正しくありません。)

invalidExecutorType

"Could not create a valid Sys.Net.WebRequestExecutor from: {0}." ({0} から有効な Sys.Net.WebRequestExecutor を作成できませんでした。)

invalidHttpVerb

"httpVerb cannot be set to an empty or null string." (httpVerb を空の文字列または null 文字列に設定できません。)

invalidOperation

"Operation is not valid due to the current state of the object." (オブジェクトの現在の状態に問題があるため、操作は有効ではありません。)

invalidTimeout

"Value must be greater than or equal to zero." (0 以上の値を指定してください。)

invokeCalledTwice

"Cannot call invoke more than once." (Invoke を複数回呼び出せません。)

notImplemented

"The method or operation is not implemented." (メソッドまたは操作が実装されていません。)

nullWebRequest

"Cannot call executeRequest with a null webRequest." (null の webRequest では executeRequest を呼び出せません。)

参照

参照

Error 型拡張

その他の技術情報

言語リファレンス