Class FbxMesh.BadBracketingException
Inheritance
FbxMesh.BadBracketingException
Syntax
[Serializable]
public class BadBracketingException : NotSupportedException, ISerializable, _Exception
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