LoggingException Constructor (String, Exception) |
Initializes a new LoggingException with a specific error message and InnerException.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public LoggingException( string message, Exception inner )
Parameters
- message
- Type: System.String
- inner
- Type: System.Exception