34aeb982 095d ca75 4b00 cf42eae0d5fd - autumn009/NestedHtmlWriter GitHub Wiki

NhException Constructor (String, Exception)

Constructor

Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public NhException(
	string msg,
	Exception ex
)

VB

Public Sub New ( 
	msg As String,
	ex As Exception
)

C++

public:
NhException(
	String^ msg, 
	Exception^ ex
)

F#

new : 
        msg : string * 
        ex : Exception -> NhException

Parameters

 

msg
Type: System.String
[Missing documentation for "M:NestedHtmlWriter.NhException.#ctor(System.String,System.Exception)"]
ex
Type: System.Exception
[Missing documentation for "M:NestedHtmlWriter.NhException.#ctor(System.String,System.Exception)"]

See Also

Reference

NhException Class
NhException Overload
NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️