Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Initializes a new instance of the LambdaSerializationException class.
LambdaSerializationException() |
Initializes a new instance of the LambdaSerializationException class. |
LambdaSerializationException(String) |
Initializes a new instance of the LambdaSerializationException class with a specified error message. |
LambdaSerializationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the LambdaSerializationException class with serialized data. |
LambdaSerializationException(String, Exception) |
Initializes a new instance of the LambdaSerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Initializes a new instance of the LambdaSerializationException class.
public:
LambdaSerializationException();
public LambdaSerializationException();
Public Sub New ()
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the LambdaSerializationException class with a specified error message.
public:
LambdaSerializationException(System::String ^ message);
public LambdaSerializationException(string message);
new System.Activities.Expressions.LambdaSerializationException : string -> System.Activities.Expressions.LambdaSerializationException
Public Sub New (message As String)
The error message that explains the reason for the exception.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the LambdaSerializationException class with serialized data.
protected:
LambdaSerializationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LambdaSerializationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Activities.Expressions.LambdaSerializationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Activities.Expressions.LambdaSerializationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
The serialized object data about the exception being thrown.
The contextual information about the source or destination.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the LambdaSerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public:
LambdaSerializationException(System::String ^ message, Exception ^ innerException);
public LambdaSerializationException(string message, Exception innerException);
new System.Activities.Expressions.LambdaSerializationException : string * Exception -> System.Activities.Expressions.LambdaSerializationException
Public Sub New (message As String, innerException As Exception)
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference (Nothing
in Visual Basic) if no inner exception is specified.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in