C# Class withSIX.Core.SetupException

Inheritance: System.InvalidOperationException
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Protected Methods

Method Description
SetupException ( string message ) : System
SetupException ( string message, Exception ex ) : System

Method Details

SetupException() protected method

protected SetupException ( string message ) : System
message string
return System

SetupException() protected method

protected SetupException ( string message, Exception ex ) : System
message string
ex System.Exception
return System