C# Class NotMutableException, FlatSharp

An exception raised from a flatbuffer-deserialized object when the given property cannot be mutated.
Inheritance: Exception
ファイルを表示 Open project: jamescourtney/FlatSharp

Public Methods

Method Description
NotMutableException ( )
NotMutableException ( string message )

Method Details

NotMutableException() public method

public NotMutableException ( )

NotMutableException() public method

public NotMutableException ( string message )
message string