Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
exception and errorの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Weblio例文辞書 > exception and errorの意味・解説 

exception and errorとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「exception and error」に類似した例文

exception and error

例文

exemption from error

18

故障誤りがない

例文

an error

例文

be in error

26

余ることと足りないこと

例文

the excesses and deficiencies of something

例文

without making errors

30

例文

the radical and body of a character

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「exception and error」の部分一致の例文検索結果

該当件数 : 41



例文

On error, returns-1 and sets an exception.発音を聞く 例文帳に追加

エラーの時には -1 を返し、例外をセットします。 - Python

On error, sets the appropriate exception(EOFError or TypeError) and returns NULL.発音を聞く 例文帳に追加

エラーが生じた場合、適切な例外 (EOFError またはTypeError) を送出して NULLを返します。 - Python

On error, an exception is raised, and there is no way to determine how much data,if any, was successfully sent.例文帳に追加

エラー発生時、送信されたバイト数を調べる事はできません。 - Python

If there is an error in the format string, theSystemError exception is set and NULL returned.発音を聞く 例文帳に追加

書式化文字列に関するエラーが生じると、SystemError 例外をセットして NULL を返します。 - Python

Exception raised when an error has occurred inside the dynamic loading and linking routines.例文帳に追加

動的なロードやリンクルーチンの内部でエラーが生じたときに送出される例外です。 - Python

Since the error was recovered from, the exception is silenced at this level and not rethrown.発音を聞く 例文帳に追加

エラーからは復旧可能なので、このレベルでの例外は無視され、上位にはスローされません。 - PEAR

例文

These include logging and error handling systems that report information on the last or current exception.例文帳に追加

ロギングやエラー処理などで最後に発生したエラーの報告を行う場合などに使用します。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「exception and error」の部分一致の例文検索結果

該当件数 : 41



例文

The thrown exception should contain enough information to debug the error and quickly identify the error cause.発音を聞く 例文帳に追加

スローする例外の中には、エラーのデバッグを行うための情報とエラーの原因をはっきりさせるための情報を十分に含める必要があります。 - PEAR

If an exception is raised the error indicator is set and the function returns 1;otherwise the function returns 0.例文帳に追加

例外が発生した場合、エラーインジケータが設定され、関数は1を返します。 そうでなければ、関数は0を返します。 - Python

When the processing unit 301 accesses the performance memory in which prohibition of the access is set, an access error exception is output and an access error generation part is detected.例文帳に追加

アクセスの禁止が設定されている実行メモリに処理単位301がアクセスした場合は、アクセスエラー例外を出力し、アクセスエラー発生箇所を検出する。 - 特許庁

After the process 151 has been terminated, the exception handler 133 notifies the user of a system error and controls the execution of an exception application for urging restart; the process 152 of the exception application is executed in the user-land space 132.例文帳に追加

エクセプションハンドラ133は、プロセス151が終了された後、ユーザに、システムエラーを通知し、再起動を促すための例外アプリケーションの実行を制御し、ユーザランド空間132で例外アプリケーションのプロセス152が実行される。 - 特許庁

This is a convenience function to raise an exception when a Clibrary function has returned an error and set the C variable errno.例文帳に追加

Cライブラリ関数がエラーを返してC変数errnoを設定したときに、これは例外を発生させるために便利な関数です。 - Python

The error signal changing device responds to an error signal from an I/O bus, substitutes decided response for it and makes bus error exception processing by means of processor software unnecessary by transferring not a bus error signal but the decided response to the processor.例文帳に追加

エラー信号変更器は、I/Oバスからのエラー信号に応答し、決定した応答に置換し、バス・エラー信号ではなく、決定した応答をプロセッサに渡すことにより、プロセッサ・ソフトウエアによるバス・エラー例外処理を不要とする。 - 特許庁

In general, when a function encounters an error, it sets an exception, discards any object references that it owns, and returns an error indicator -- usually NULL or -1.発音を聞く 例文帳に追加

一般的な話として、ある関数が何らかのエラーに遭遇すると、関数は例外を送出して、関数内における参照の所有権を全て放棄し、エラー指標 (error indicator) -- 通常は NULL または -1を返します。 - Python

例文

Instances of this exception provide three interesting attributes: msg is a textual explanation of the error, filename is the name of the source file, and lineno gives the line number on which the error was found. Subsections例文帳に追加

この例外のインスタンスは 3 つのインスタンス変数を持っています: msg はテキストによるエラーの説明で、filename はソースファイルの名前、そして lineno はエラーが発見された行番号です。 - Python

>>例文の一覧を見る

exception and errorのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2025 GRAS Group, Inc.RSS