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'を逆直列化します。
宣言
protected InvalidPathFormatException(SerializationInfo info, StreamingContext context)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | 直列化されたデータを含むオブジェクトです。  | 
      
| System.Runtime.Serialization.StreamingContext | context | ストリームの転送先または転送元に関する文脈情報です。  | 
      
InvalidPathFormatException(String)
型'InvalidPathFormatException'の新しいインスタンスを生成します。
宣言
public InvalidPathFormatException(string path)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| System.String | path | この例外の原因となった無効なパス文字列です。  | 
      
InvalidPathFormatException(String, Exception)
型'InvalidPathFormatException'の新しいインスタンスを生成します。
宣言
public InvalidPathFormatException(string path, Exception innerException)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| System.String | path | この例外の原因となった無効なパス文字列です。  | 
      
| System.Exception | innerException | 内部例外です。  | 
      
プロパティ 一覧
| 編集/提案 ソースを表示InvalidPath
この例外の原因となった無効なパス文字列を取得します。
宣言
public string InvalidPath { get; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| System.String | 
メソッド 一覧
| 編集/提案 ソースを表示GetObjectData(SerializationInfo, StreamingContext)
現在の例外を直列化します。
宣言
public override void GetObjectData(SerializationInfo info, StreamingContext context)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | 直列化されたデータを含むオブジェクトです。  | 
      
| System.Runtime.Serialization.StreamingContext | context | ストリームの転送先または転送元に関する文脈情報です。  | 
      
上書き
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  実装
      System.Runtime.Serialization.ISerializable