Fixups
This commit is contained in:
@@ -68,7 +68,6 @@ namespace OpenMetaverse.StructuredData
|
||||
public OSDException(string message) : base(message) { }
|
||||
public OSDException() { }
|
||||
public OSDException(string message, Exception innerException) : base(message, innerException) { }
|
||||
protected OSDException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user