FormulaParseExceptionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FormulaParseException コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CharIndexOfError | 解析エラーが発生した FormulaValue の文字インデックスを取得します。 | |
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. System.Exceptionから継承されます。 | |
FormulaValue | エラーが解析された数式文字列を取得します。 | |
HelpLink | Gets or sets a link to the help file associated with this exception. System.Exceptionから継承されます。 | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. System.Exceptionから継承されます。 | |
InnerException | Gets the System.Exception instance that caused the current exception. System.Exceptionから継承されます。 | |
Message | オーバーライドされます。 エラー メッセージおよびエラーのある数式の一部を取得します。 | |
PortionWithError | エラーを含む数式の一部を取得します。 | |
Source | Gets or sets the name of the application or the object that causes the error. System.Exceptionから継承されます。 | |
StackTrace | Gets a string representation of the immediate frames on the call stack. System.Exceptionから継承されます。 | |
TargetSite | Gets the method that throws the current exception. System.Exceptionから継承されます。 |
名前 | 解説 | |
---|---|---|
GetBaseException | When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. System.Exceptionから継承されます。 | |
GetObjectData | オーバーライドされます。 このオブジェクトのデータで指定した System.Runtime.Serialization.SerializationInfo インスタンスを格納します。 | |
GetType | Gets the runtime type of the current instance. System.Exceptionから継承されます。 | |
ToString | Creates and returns a string representation of the current exception. System.Exceptionから継承されます。 |
名前 | 解説 | |
---|---|---|
SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. System.Exceptionから継承されます。 |