Implementation pending
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual void LogError( string title, Exception exception ) |
Visual Basic |
---|
Public Overridable Sub LogError ( _ title As String, _ exception As Exception _ ) |
Visual C++ |
---|
public: virtual void LogError( String^ title, Exception^ exception ) |
Parameters
- title
- Type: System..::..String
[Missing <param name="title"/> documentation for "M:Composite.Core.Implementation.LogImplementation.LogError(System.String,System.Exception)"]
- exception
- Type: System..::..Exception
[Missing <param name="exception"/> documentation for "M:Composite.Core.Implementation.LogImplementation.LogError(System.String,System.Exception)"]