1. PropertyNotFoundException

クラス PropertyNotFoundException

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

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

プロパティが必要だったが見つからなかった場合の例外。

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

コンストラクター

PropertyNotFoundException()

宣言
public PropertyNotFoundException()

PropertyNotFoundException(SerializationInfo, StreamingContext)

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

PropertyNotFoundException(String)

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

PropertyNotFoundException(String, Exception)

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