다음을 통해 공유


RuleEngineException 생성자

정의

오버로드

RuleEngineException(String)

public:
 RuleEngineException(System::String ^ message);
public RuleEngineException(string message);
new Microsoft.RuleEngine.RuleEngineException : string -> Microsoft.RuleEngine.RuleEngineException
Public Sub New (message As String)

매개 변수

message
String

적용 대상

RuleEngineException(SerializationInfo, StreamingContext)

protected:
 RuleEngineException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

적용 대상

RuleEngineException(String, Exception)

public:
 RuleEngineException(System::String ^ message, Exception ^ ex);
public RuleEngineException(string message, Exception ex);
new Microsoft.RuleEngine.RuleEngineException : string * Exception -> Microsoft.RuleEngine.RuleEngineException
Public Sub New (message As String, ex As Exception)

매개 변수

message
String

적용 대상