Edit

Share via


IllegalTypeException(String) Constructor

Definition

Initializes a new instance of the IllegalTypeException class.

public IllegalTypeException (string typeName);
new Orleans.Serialization.IllegalTypeException : string -> Orleans.Serialization.IllegalTypeException
Public Sub New (typeName As String)

Parameters

typeName
String

Name of the type.

Applies to