Error Method (String, Exception)

SimpleEssentials

Log..::..Error Method (String, Exception)

Namespace:  SimpleEssentials.Diagnostics
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public void Error(
	string msg,
	Exception exception
)
Public Sub Error ( _
	msg As String, _
	exception As Exception _
)
public:
void Error(
	String^ msg, 
	Exception^ exception
)

Parameters

msg
Type: String
exception
Type: Exception