1. NotFoundException

クラス NotFoundException

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

リソースが見つからなかった場合にスローされる例外。

継承
System.Object
NotFoundException
名前空間: Stylelabs.M.Sdk.Exceptions
アセンブリ: Stylelabs.M.Sdk.dll
構文
public class NotFoundException : SdkException

コンストラクター

NotFoundException()

宣言
public NotFoundException()

NotFoundException(SerializationInfo, StreamingContext)

宣言
protected NotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
パラメーター
名前説明
SerializationInfoserializationInfo
StreamingContextstreamingContext

NotFoundException(String)

宣言
public NotFoundException(string message)
パラメーター
名前説明
System.Stringmessage

NotFoundException(String, Exception)

宣言
public NotFoundException(string message, Exception exception)
パラメーター
名前説明
System.Stringmessage
Exceptionexception
この記事を改善するための提案がある場合は、 お知らせください!