Class FbxMesh.BadBracketingException
Inheritance
FbxMesh.BadBracketingException
Assembly: Autodesk.Fbx.dll
Syntax
[Serializable]
public class FbxMesh.BadBracketingException : NotSupportedException, ISerializable
Constructors
BadBracketingException()
Declaration
public BadBracketingException()
BadBracketingException(SerializationInfo, StreamingContext)
Declaration
protected BadBracketingException(SerializationInfo info, StreamingContext context)
Parameters
BadBracketingException(string)
Declaration
public BadBracketingException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
BadBracketingException(string, Exception)
Declaration
public BadBracketingException(string message, Exception innerException)
Parameters
Implements