CompileCSharpErrorException 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
CompileCSharpErrorException()
public:
CompileCSharpErrorException();
public CompileCSharpErrorException ();
Public Sub New ()
Applies to
CompileCSharpErrorException(CompilerResults)
public:
CompileCSharpErrorException(System::CodeDom::Compiler::CompilerResults ^ result);
public CompileCSharpErrorException (System.CodeDom.Compiler.CompilerResults result);
new Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException : System.CodeDom.Compiler.CompilerResults -> Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException
Public Sub New (result As CompilerResults)
Parameters
- result
- CompilerResults
Applies to
CompileCSharpErrorException(String)
public:
CompileCSharpErrorException(System::String ^ message);
public CompileCSharpErrorException (string message);
new Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException : string -> Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CompileCSharpErrorException(SerializationInfo, StreamingContext)
protected:
CompileCSharpErrorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CompileCSharpErrorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
CompileCSharpErrorException(String, Exception)
public:
CompileCSharpErrorException(System::String ^ message, Exception ^ exception);
public CompileCSharpErrorException (string message, Exception exception);
new Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException : string * Exception -> Microsoft.BizTalk.Adapter.Framework.CompileCSharpErrorException
Parameters
- message
- String
- exception
- Exception