[This is preliminary documentation and is subject to change.]
Displays modal message box with information about given Exception modal to giwen owner
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static DialogResult Error_XW( Exception ex, Object owner ) |
| Visual Basic |
|---|
Public Shared Function Error_XW ( _ ex As Exception, _ owner As Object _ ) As DialogResult |
| Visual C++ |
|---|
public: static DialogResult Error_XW( Exception^ ex, Object^ owner ) |
| F# |
|---|
static member Error_XW : ex:Exception * owner:Object -> DialogResult |
| JScript |
|---|
public static function Error_XW( ex : Exception, owner : Object ) : DialogResult |
Parameters
- ex
- Type: System..::..Exception
Exception to show Message of
- owner
- Type: System..::..Object
[Missing <param name="owner"/> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.Error_XW(System.Exception,System.Object)"]
Return Value
[Missing <returns> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.Error_XW(System.Exception,System.Object)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | ex is null |
See Also
Version History
1.5.3
- This function is new in version 1.5.3