1. InternalException

クラス InternalException

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

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

内部の問題が検出されたときにスローされる例外。 これは決してスローされるべきではなく、おそらくバグがあることを意味します。

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

コンストラクター

InternalException()

宣言
public InternalException()

InternalException(SerializationInfo, StreamingContext)

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

InternalException(String)

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

InternalException(String, Exception)

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