SolutionProfileReaderException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SolutionProfileReaderException() | |
SolutionProfileReaderException(String) | |
SolutionProfileReaderException(SerializationInfo, StreamingContext) | |
SolutionProfileReaderException(String, Exception) |
SolutionProfileReaderException()
public:
SolutionProfileReaderException();
public SolutionProfileReaderException ();
Public Sub New ()
Applies to
SolutionProfileReaderException(String)
public:
SolutionProfileReaderException(System::String ^ message);
public SolutionProfileReaderException (string message);
new Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException : string -> Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SolutionProfileReaderException(SerializationInfo, StreamingContext)
protected:
SolutionProfileReaderException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SolutionProfileReaderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
SolutionProfileReaderException(String, Exception)
public:
SolutionProfileReaderException(System::String ^ message, Exception ^ innerException);
public SolutionProfileReaderException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException : string * Exception -> Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception