InvalidPathFormatException クラス
無効なパス文字列を検出した時に発生させます。
継承
System.Object
System.Exception
System.SystemException
System.IO.IOException
InvalidPathFormatException
実装
System.Runtime.Serialization.ISerializable
継承されたメンバー
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
名前空間: ExapisSOP.IO
アセンブリ: ExapisSOP.dll
構文
[Serializable]
public class InvalidPathFormatException : IOException, ISerializable
コンストラクタ 一覧
名前 | 説明 |
---|---|
InvalidPathFormatException(SerializationInfo, StreamingContext) | 型'InvalidPathFormatException'を逆直列化します。 |
InvalidPathFormatException(String) | 型'InvalidPathFormatException'の新しいインスタンスを生成します。 |
InvalidPathFormatException(String, Exception) | 型'InvalidPathFormatException'の新しいインスタンスを生成します。 |
プロパティ 一覧
名前 | 説明 |
---|---|
InvalidPath | この例外の原因となった無効なパス文字列を取得します。 |
メソッド 一覧
名前 | 説明 |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | 現在の例外を直列化します。 |