Table of Contents

Class IncorrectSynthHandleTypeException

Namespace
SunSharp.Modules
Assembly
SunSharp.dll
public class IncorrectSynthHandleTypeException : Exception
Inheritance
object
Exception
IncorrectSynthHandleTypeException

Constructors

IncorrectSynthHandleTypeException()

public IncorrectSynthHandleTypeException()

IncorrectSynthHandleTypeException(SynthModuleType, SynthModuleType?)

public IncorrectSynthHandleTypeException(SynthModuleType expected, SynthModuleType? actual)

Parameters

expected SynthModuleType
actual SynthModuleType?

IncorrectSynthHandleTypeException(string)

public IncorrectSynthHandleTypeException(string message)

Parameters

message string

IncorrectSynthHandleTypeException(string, Exception)

public IncorrectSynthHandleTypeException(string message, Exception innerException)

Parameters

message string
innerException Exception