Table of Contents

Class IOException

Namespace
KSP.IO
Assembly
Assembly-CSharp.dll
public class IOException : Exception, ISerializable
Inheritance
IOException
Implements
Inherited Members
Extension Methods

Constructors

IOException(string, string, string)

public IOException(string message, string source, string stack)

Parameters

message string
source string
stack string

Fields

message

protected string message

Field Value

string

source

protected string source

Field Value

string

stack

protected string stack

Field Value

string

Properties

Message

public override string Message { get; }

Property Value

string

Source

public override string Source { get; }

Property Value

string

StackTrace

public override string StackTrace { get; }

Property Value

string