KSP API
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Attributes | Properties | List of all members
KSP.IO.IOException Class Reference

A surrogate for System.IO.IOException. More...

Inheritance diagram for KSP.IO.IOException:

Public Member Functions

 IOException (string message, string source, string stack)
 

Protected Attributes

string message
 
string source
 
string stack
 

Properties

override string Message [get]
 
override string Source [get]
 
override string StackTrace [get]
 

Detailed Description

A surrogate for System.IO.IOException.

Constructor & Destructor Documentation

KSP.IO.IOException.IOException ( string  message,
string  source,
string  stack 
)

Member Data Documentation

string KSP.IO.IOException.message
protected
string KSP.IO.IOException.source
protected
string KSP.IO.IOException.stack
protected

Property Documentation

override string KSP.IO.IOException.Message
get
override string KSP.IO.IOException.Source
get
override string KSP.IO.IOException.StackTrace
get

The documentation for this class was generated from the following file: