C# Class kOS.Safe.Exceptions.KOSObsoletionException

Inheritance: kOS.Safe.Exceptions.KOSException
Mostrar archivo Open project: KSP-KOS/KOS

Protected Properties

Property Type Description
TerseMessageFmt string

Public Methods

Method Description
KOSObsoletionException ( string version, string oldUsage, string newUsage, string url ) : System

Method Details

KOSObsoletionException() public method

public KOSObsoletionException ( string version, string oldUsage, string newUsage, string url ) : System
version string
oldUsage string
newUsage string
url string
return System

Property Details

TerseMessageFmt protected_oe static_oe property

protected static string TerseMessageFmt
return string