[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public DebugAssertionException(
string message,
string from = null
)
public DebugAssertionException(
string message,
string from = null
)
Public Sub New (
message As String,
Optional from As String = Nothing
)
Public Sub New (
message As String,
Optional from As String = Nothing
)
public:
DebugAssertionException(
String^ message,
String^ from = nullptr
)
public:
DebugAssertionException(
String^ message,
String^ from = nullptr
)
new :
message : string *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> DebugAssertionException
new :
message : string *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> DebugAssertionException