Difference between revisions of "API:IOException"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<!-- Autogenerated by WRAPTOOL. Yell at N3X15 if it breaks. --> {{Namespace:KSP.IO}} {{Class |name=IOException |summary=A surrogate for System.IO.IOException. }} {{Properties...")
(No difference)

Revision as of 06:15, 23 August 2012

KSP.IO Namespace
BinaryReader · BinaryWriter · File · FileInfo · FileStream · IOException · IOTools · IOUtils · MemoryStream · PluginConfigNode · PluginConfiguration · TextReader · TextWriter

IOException Class

A surrogate for System.IO.IOException.

Properties

The following are public properties available in IOException.

Signature Description
string StackTrace { }
string Message { }
string Source { }

Methods

The following are methods included in IOException.

Signature Description