GraphicControlCreationException Constructor(SerializationInfo,StreamingContext)
- Last UpdatedAug 21, 2026
- 1 minute read
Initializes a new instance of the GraphicControlCreationException class.
'Declaration
Protected Function New( _
ByVal info As SerializationInfo, _
ByVal context As StreamingContext _
)
protected GraphicControlCreationException(
SerializationInfo info,
StreamingContext context
)
protected:
GraphicControlCreationException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
- The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.