CustomAttributeConstructorException Constructor (String, Exception) |
Initializes a new CustomAttributeConstructorException and specifies the error
message and the inner exception.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CustomAttributeConstructorException( string message, Exception inner )
Parameters
- message
- Type: System.String
Exception message. - inner
- Type: System.Exception
Inner exception.