Class FbxMesh.BadBracketingException
Inheritance
System.Object
System.Exception
System.SystemException
System.NotSupportedException
FbxMesh.BadBracketingException
Namespace: Autodesk.Fbx
Syntax
[Serializable]
public class BadBracketingException : NotSupportedException, ISerializable, _Exception
Constructors
BadBracketingException()
Declaration
public BadBracketingException()
BadBracketingException(SerializationInfo, StreamingContext)
Declaration
protected BadBracketingException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
BadBracketingException(String)
Declaration
public BadBracketingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
BadBracketingException(String, Exception)
Declaration
public BadBracketingException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |