Class StreamingException
Inheritance
StreamingException
Assembly: Glitch9.IO.dll
Syntax
public class StreamingException : InvalidOperationException, ISerializable
Constructors
|
Edit this page
View Source
StreamingException(string)
Declaration
public StreamingException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
StreamingException(string, Exception)
Declaration
public StreamingException(string message, Exception inner)
Parameters
Implements
Extension Methods