PortableSerializationException Constructor (String, Exception) |
Initializes a new PortableSerializationException and specifies the message and inner exception.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public PortableSerializationException( string message, Exception inner )
Parameters
- message
- Type: System.String
Message. - inner
- Type: System.Exception
Inner exception.