Method | Description | |
---|---|---|
InvalidFileSystemException ( ) : System |
Initializes a new instance of the InvalidFileSystemException class.
|
|
InvalidFileSystemException ( string message ) : System |
Initializes a new instance of the InvalidFileSystemException class.
|
|
InvalidFileSystemException ( string message, Exception innerException ) : System |
Initializes a new instance of the InvalidFileSystemException class.
|
Method | Description | |
---|---|---|
InvalidFileSystemException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the InvalidFileSystemException class.
|
public InvalidFileSystemException ( ) : System | ||
return | System |
protected InvalidFileSystemException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The serialization info. |
context | StreamingContext | The streaming context. |
return | System |
public InvalidFileSystemException ( string message ) : System | ||
message | string | The exception message. |
return | System |
public InvalidFileSystemException ( string message, Exception innerException ) : System | ||
message | string | The exception message. |
innerException | Exception | The inner exception. |
return | System |