C# Class ThreeDXMLLoader.Interface.Exception.FormatNotSupportedException

This exception will be thrown, when a 3dxml format is not supported.
Inheritance: System.Exception
ファイルを表示 Open project: i2e-haw-hamburg/cad-in-unity

Public Methods

Method Description
FormatNotSupportedException ( string msg ) : System

Method Details

FormatNotSupportedException() public method

public FormatNotSupportedException ( string msg ) : System
msg string
return System