C# Class System.IO.PathTooLongException

Inheritance: IOException
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
PathTooLongException ( ) : System
PathTooLongException ( String message ) : System
PathTooLongException ( String message, Exception innerException ) : System

Protected Methods

Method Description
PathTooLongException ( SerializationInfo info, StreamingContext context ) : System

Method Details

PathTooLongException() public method

public PathTooLongException ( ) : System
return System

PathTooLongException() protected method

protected PathTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PathTooLongException() public method

public PathTooLongException ( String message ) : System
message String
return System

PathTooLongException() public method

public PathTooLongException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System