• APIブラウザ
  • 設計思想
Show / Hide Table of Contents
  • ExapisSOP
    • AppWorker
    • ContextEventArgs
    • HostRunner
    • IConfiguration
    • IContext
    • IPipeline
    • IProcess
    • IProcess<TParam, TResult>
    • IService
    • TerminationEventArgs
    • TerminationException
    • TerminationReason
    • UnhandledErrorEventArgs
    • VersionInfo
  • ExapisSOP.Binary
    • DataValue
  • ExapisSOP.Core
    • ConfigurationExtensions
    • ContextExtensions
    • CustomPipelineProcess<TParam, TResult>
    • ImmutablePipeline
    • Pipeline
    • PipelineExtensions
    • PipelineExtensions.ExceptionHandler
    • PipelineExtensions.ExceptionHandler<TParam, TResult>
    • PipelineExtensions.LoggingProcess
    • PipelineExtensions.NextProcessFunc
    • PipelineExtensions.ProcessFunc
    • PipelineExtensions.ProcessFunc<TParam, TResult>
    • PipelineExtensions.ProcessFuncWrapper
    • PipelineExtensions.ProcessFuncWrapper<TParam, TResult>
  • ExapisSOP.Globalization
    • EnglishErrorReportBuilder
    • JapaneseErrorReportBuilder
  • ExapisSOP.IO
    • CachedStream
    • DefaultPath
    • FileSystemServiceOptions
    • FileSystemServiceOptionsExtensions
    • IFileSystemService
    • InvalidPathFormatException
    • IPathList
    • Paths
    • PathString
    • PathStringFormatter
  • ExapisSOP.IO.Logging
    • ConsoleLogger
    • DefaultErrorDetailProvider
    • ErrorReportBuilder
    • ExceptionRecord
    • HResultDetailProvider
    • ICustomErrorDetailProvider
    • ILogFile
    • ILoggable
    • ILogger
    • ILoggingSystemService
    • LogData
    • LogFile
    • LogFileType
    • Logger
    • LoggerExtension
    • LoggingSystemServiceOptions
    • LoggingSystemServiceOptions.CreateLogFile
    • LogLevel
    • LongMessageRecord
    • MultipleLogger
    • OutputStreamLogger
  • ExapisSOP.IO.Settings
    • CustomSettings
    • DataStore
    • DefaultSettings
    • EnvironmentSettings
    • ISettingsSystemService
    • OptimizedSettings
    • SettingsSystemServiceOptions
    • SettingsSystemServiceOptions.ConfirmVersionInfo
    • SettingsSystemServiceOptions.GetVersionInfo
  • ExapisSOP.IO.Settings.CommandLine
    • CommandLineConverter
    • CommandLineParser
    • CommandLineServiceOptions
    • CommandLineServiceOptions.CreateConverterMappingTable
    • FileNameList
    • IArgumentConverter
    • IArgumentConverter<T>
    • ICommandLineService
    • ManualAttribute
    • Option
    • Option.Value
    • OptionAttribute
    • Switch
    • SwitchAttribute
  • ExapisSOP.NativeWrapper
    • INativeCaller
    • WinAPI
  • ExapisSOP.NativeWrapper.Windows
    • Kernel32
  • ExapisSOP.Numerics
    • CryptionRandom
    • IRandom
    • LinearCongruentialGenerator
    • RandomExtension
    • SerializableRandom
    • SystemRandom
    • Xorshift
    • Xorshift2
  • ExapisSOP.Text
    • SimpleEncoding
    • SimpleString
  • ExapisSOP.Utils
    • ArrayExtensions
    • ConsoleUtil
    • DisposableBase
    • IAwaitable<T>
    • IAwaiter<T>
    • IUtilityService
    • SecureStringExtensions
    • SerializationInfoExtensions
    • StringExtensions
    • StringUtil
    • UtilityConfigurationExtensions
    • UtilityContextExtensions

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
  • 編集/提案
  • ソースを表示
Back to top Generated by DocFX