C# Class PERWAPI.NotYetImplementedException

Exception for features yet to be implemented
Inheritance: System.Exception
Show file Open project: xored/f4

Public Methods

Method Description
NotYetImplementedException ( string msg ) : System

constructor

Method Details

NotYetImplementedException() public method

constructor
public NotYetImplementedException ( string msg ) : System
msg string
return System