C# Class RevitLookup.Snoop.Data.Exception

Snoop.Data class to hold and format a Exception value.
Inheritance: Data
Datei anzeigen Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_val System.Exception

Public Methods

Method Description
Exception ( string label, System val ) : System
StrValue ( ) : string

Method Details

Exception() public method

public Exception ( string label, System val ) : System
label string
val System
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

protected Exception,System m_val
return System.Exception