C# Class RevitLookup.Snoop.Data.Exception

Snoop.Data class to hold and format a Exception value.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_val System.Exception

Méthodes publiques

Méthode Description
Exception ( string label, System val ) : System
StrValue ( ) : string

Method Details

Exception() public méthode

public Exception ( string label, System val ) : System
label string
val System
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected Exception,System m_val
Résultat System.Exception