  | ConfigurationException Constructor (SerializationInfo, StreamingContext) | 
 
            Initializes a new instance of the System.Exception class with serialized data.
            
 
    Namespace: 
   Dynamicweb.Configuration
    Assembly:
   Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntaxprotected ConfigurationException(
	SerializationInfo serializationInfo,
	StreamingContext streamingContext
)
Protected Sub New ( 
	serializationInfo As SerializationInfo,
	streamingContext As StreamingContext
)
Parameters
- serializationInfo
 - Type: System.Runtime.SerializationSerializationInfo
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown - streamingContext
 - Type: System.Runtime.SerializationStreamingContext
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination 
See Also